home *** CD-ROM | disk | FTP | other *** search
- Path: holly.ACNS.ColoState.EDU!not-for-mail
- From: corbyh@holly.ACNS.ColoState.EDU (Corby S. Hudnall)
- Newsgroups: comp.lang.c++
- Subject: Re: (no subject)
- Date: 5 Mar 1996 19:54:51 -0700
- Organization: Colorado State University, Fort Collins, CO 80523
- Message-ID: <4hiupr$t84@holly.ACNS.ColoState.EDU>
- References: <4hi3ds$him@pearl.whoi.edu>
- NNTP-Posting-Host: holly.acns.colostate.edu
- X-Newsreader: TIN [version 1.2 PL2]
-
- Mark Hill (mhill) wrote:
- : I have been programming in c++ for about five months, but I have only been
- : writting dos code to date. I want to start programming in windows and would
- : like to make use of borland's owl library files. The version of the compiler I
- : have (3.1) dose not seem to include the owl directory (although I was under the
- : impression that it was suppost to). Does anyone know if this directory
- : (including the owl.h) is available on the net. Thanks in advance....
-
- In a word, no. OWL is a Borland product that must be bought like anything else worth
- having. I use OWL 2.5 and I am greatly pleased with it thus far. There seems to be quite
- a bit of debate these days over which is better, MFC or OWL. To each his own.
-
- // ------------ BEGIN SIGNATURE ---------------
- #include <iostream.h>
- void main(void)
- {
- cout << "\aName:\tCorby S. Hudnall\n"
- << "School:\tColorado State University\n"
- << "\tDepartement of Computer Science\n"
- << "EMail:\thudnall@CS.ColoState.EDU\n"
- << "URL:\thttp://WWW.CS.ColoState.EDU/~hudnall\n";
- }
- // ------------ END SIGNATURE -----------------
-
-